assignment n. 1.分給,分配。 2.指定,委派。 3.(理由等的)陳述;(錯(cuò)誤等的)指出。 4.(財(cái)產(chǎn)、權(quán)利的)轉(zhuǎn)讓?zhuān)屌c。 5.讓與證書(shū),委托證書(shū)。 6.〔美國(guó)〕任命;任務(wù),工作;(課外)作業(yè)。 give students assignments 給學(xué)生留作業(yè)。 He left for his assignment in the Middle East. 他去中東赴任。
variable adj. 1.易變的,變化無(wú)常的,無(wú)定的 (opp. constant, steady)。 2.可變的,能變的;變換的。 3.【數(shù)學(xué)】變量的;【天文學(xué)】變光的;【生物學(xué)】變異的。 Prices are variable according to the exchanges. 物價(jià)跟著匯率變動(dòng)。 a man of variable character 反復(fù)無(wú)常的人。 a rod of variable length (伸縮)如意棒。 a word of variable construction 可以作種種解釋的詞。 variable capital 可變資本。 a variable budget 臨時(shí)預(yù)算。 n. 1.易變的東西。 2.【數(shù)學(xué)】變量,變數(shù),變項(xiàng),變?cè)?(opp. constant);【天文學(xué)】變星 (=variable star);【航?!?方向不定的)變風(fēng),不定風(fēng) (opp. trade wind); 〔pl.〕 (貿(mào)易風(fēng)帶中的)變風(fēng)帶。 adv. -ably ,-ness n.
Perform most straight variable assignments 執(zhí)行最直接的變量賦值。
Line 1 begins a variable assignment which stretches to line 21 第1行開(kāi)始變量賦值(一直延至第21行) 。
Object variable assignment >對(duì)象變量賦值
Tag , the variable assignment can leverage its default value capability 標(biāo)記的主體內(nèi)容中,變量賦值就可以利用其缺省值能力。
I shall focus on variable assignment and abstract patterns , which open up some impressive possibilities for xml schema design 我將主要討論變量賦值和抽象范式( pattern ) ,這兩種技術(shù)為xml模式設(shè)計(jì)帶來(lái)了令人印象深刻的可能性。
If variable assignment must occur in a trigger , use a set nocount statement at the start of the trigger to prevent the return of any result sets 如果必須在觸發(fā)器中進(jìn)行變量賦值,則應(yīng)該在觸發(fā)器的開(kāi)頭使用set nocount語(yǔ)句以避免返回任何結(jié)果集。
Locate the variable assignments in the method . in newly generated tests , variable assignments are marked by " to - do " statements that remind you to customize the assignments 對(duì)于新生成的測(cè)試,將使用“ to - do ”語(yǔ)句標(biāo)記變量賦值部分,旨在提醒您需要自定義這些賦值語(yǔ)句。
The code of a newly generated test compiles , but before it can provide useful test results you must to edit it , for example , to make variable assignments and to customize assert statements 新生成測(cè)試的代碼將進(jìn)行編譯,但是在它能夠提供有用的測(cè)試結(jié)果之前必須對(duì)其進(jìn)行編輯,例如為變量賦值和自定義assert語(yǔ)句。
To prevent having results returned to an application because of a trigger firing , do not include either select statements that return results or statements that perform variable assignment in a trigger 若要避免由于觸發(fā)器觸發(fā)而向應(yīng)用程序返回結(jié)果,請(qǐng)不要包含返回結(jié)果的select語(yǔ)句,也不要包含在觸發(fā)器中執(zhí)行變量賦值的語(yǔ)句。
A trigger that includes either select statements that return results to the user or statements that perform variable assignment requires special handling ; these returned results would have to be written into every application in which modifications to the trigger table are allowed 包含向用戶(hù)返回結(jié)果的select語(yǔ)句或進(jìn)行變量賦值的語(yǔ)句的觸發(fā)器需要特殊處理;這些返回的結(jié)果必須寫(xiě)入允許修改觸發(fā)器表的每個(gè)應(yīng)用程序中。